home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 5_programming / on / public < prev    next >
Encoding:
Text File  |  2001-03-22  |  425 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]public [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever a regular public message is sent to the
  6.    client's current channel by someone else also on the channel.
  7.  
  8. Parameters:
  9.    $0    nickname sending message
  10.    $1    channel sent to
  11.    $2-   text of message
  12.  
  13. See Also:
  14.    on(5) public_msg, public_notice, public_other, send_public; say(1)
  15.  
  16.